export declare const TokenSchema: { type: string; required: string[]; properties: { token: { type: string; }; }; };