export declare const parseObjectWithSymbols: (target: any, symbols: any[]) => string; export declare const parseObject: (target: any) => string; export declare const parseArray: (target: any[]) => string; export declare const parseKeyValue: (key: string, value: any) => string; export declare const camelToSnakeCase: (str: string) => string;