export declare function isJSONString(str: string): boolean; export declare function getBetweenBrackets(value: string, start: string): string; export declare function mergeParams(initial: any, custom: any): any[]; /** * Helpers */ export declare function formatOperationId(inputString: string): string;