export declare function sign(secret: string, payload: string): Promise; export declare namespace sign { var VERSION: string; }