export declare const EmojiSchema: { name: StringConstructor; $id: BigIntConstructor; animated: BooleanConstructor; }; export interface EmojiSchema { name: string; id?: bigint; animated: Boolean; }