interface IObject {
    [key: string]: any;
}
export declare function composeParams(params: IObject, label?: string, composed?: any): any;
export declare function isObject(obj: any): boolean;
export declare function attachSignature(url: string, secret: string, params: any): any;
export declare function safeJSONParse(data: any): object;
export {};
