export declare const json_to_query_string: (json: any) => string;
export declare const generate_correlation_id: () => any;
export declare const generate_signature: (url: any, method: any, secret: any, consumer: any, timestamp: any) => any;
