export interface CustomFormatObject { [key: string]: any; } export declare function parseCustomFormat(input: string): CustomFormatObject[]; //# sourceMappingURL=ADLtoJSON.d.ts.map