export declare function signUnsubscribeToken(userId: string, secret: string): Promise; export declare function verifyUnsubscribeToken(userId: string, token: string, secret: string): Promise; export declare function unsubscribeUrl(baseUrl: string, userId: string, token: string): string;