export declare function isPresent(val: any): boolean;
export declare function base64Encode(str: string): string;
export declare function encodeObjectForUrlParams(data: any): string;
export declare function camelToSnakeCase(str: string): string;
