import { Auth } from '@aimee-blue/ab-contracts';
export declare function verifyToken(param: Auth.IVerifyParams): Promise<Auth.IVerifyResult>;
