export declare const checkToken: (token: string | undefined, hash: string) => boolean;
