export declare const convertType: (obj: any[] | any, indent?: string, lastIndent?: string) => any;
export declare const supportedMethods: string[];
