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