export interface ICustomization {
    _id: string;
    _templateId: string;
    recordVariables: string[];
    chunkVariables: string[];
    recordFormat: string;
    chunkFormat: string;
    combinedFormat: string;
    isCombinedFormatUpdated: boolean;
    isRecordFormatUpdated: boolean;
    isChunkFormatUpdated: boolean;
}
//# sourceMappingURL=Customization.interface.d.ts.map