export declare function signQueryString(queryString: string, secretKey: string): Promise<string>;
