import { Concentre, DetailedConcentre, DjangoConcentre, DjangoDetailedConcentre } from './interfaces'; export declare function parseDjangoConcentre(data?: DjangoConcentre): { protests: { initialDate: any; finalDate: any; totalAmount: any; value: any; cityOfOrigin: any; detail: { dateAnnotacion: any; notaryNumber: any; codeOfNature: any; noteValue: any; squareCode: any; federativeUnit: any; localityOfRegistry: any; subJudiceType: any; receivingDate: any; branchNumber: any; verifyingDigit: any; dateAddedNote: any; hourAddedNote: any; cadusKey: any; subJudice: any; }; }; judicialActions: { initialDate: any; finalDate: any; totalAmount: any; value: any; cityOfOrigin: any; natureDescription: any; detail: { dateOfOccurrence: any; civilCourt: any; distributorNumber: any; natureCode: any; shareValue: any; DDI: any; federationUnit: any; cityName: any; principal: any; branchNumber: any; verifyingDigit: any; dateAddedNote: any; hourAddedNote: any; cadusKey: any; subJudice: any; }; }; REFIN: { initialDate: any; finalDate: any; totalAmount: any; value: any; latestCreditor: any; detail: { dateOfOccurrence: any; natureCode: any; CNPJParticipant: any; occurrenceValue: any; DDI: any; federationUnit: any; originCompanyName: any; cityName: any; principal: any; cadusKey: any; cadusKeySeries: any; subJudice: any; branchNumber: any; verifyingDigit: any; dateAddedNote: any; hourAddedNote: any; contractCode: any; nature: any; }; }; PEFIN: { initialDate: any; finalDate: any; totalAmount: any; latestValue: any; lastBankName: any; occurrenceType: any; creditor: { lenderDocument: any; lenderName: any; occurrenceType: any; }; detail: { dateOfOccurrence: any; natureCode: any; occurrenceValue: any; DDI: any; principal: any; contractCode: any; subJudice: any; cadusKeySeries: any; cadusKey: any; occurrenceType: any; branchName: any; verifyingDigit: any; dateAddedNote: any; hourAddedNote: any; modality: any; }; }; scoring: { scoreCode: any; punctuation: any; message: any; percent: any; }; }; export declare function parseConcentre(data?: Concentre): { protests: { initialDate: any; finalDate: any; totalAmount: any; value: any; cityOfOrigin: any; detail: { dateAnnotacion: any; notaryNumber: any; codeOfNature: any; noteValue: any; squareCode: any; federativeUnit: any; localityOfRegistry: any; subJudiceType: any; receivingDate: any; branchNumber: any; verifyingDigit: any; dateAddedNote: any; hourAddedNote: any; cadusKey: any; subJudice: any; }; }; judicialActions: { initialDate: any; finalDate: any; totalAmount: any; value: any; cityOfOrigin: any; natureDescription: any; detail: { dateOfOccurrence: any; civilCourt: any; distributorNumber: any; natureCode: any; shareValue: any; DDI: any; federationUnit: any; cityName: any; principal: any; branchNumber: any; verifyingDigit: any; dateAddedNote: any; hourAddedNote: any; cadusKey: any; subJudice: any; }; }; REFIN: { initialDate: any; finalDate: any; totalAmount: any; value: any; latestCreditor: any; detail: { dateOfOccurrence: any; natureCode: any; CNPJParticipant: any; occurrenceValue: any; DDI: any; federationUnit: any; originCompanyName: any; cityName: any; principal: any; cadusKey: any; cadusKeySeries: any; subJudice: any; branchNumber: any; verifyingDigit: any; dateAddedNote: any; hourAddedNote: any; contractCode: any; nature: any; }; }; PEFIN: { initialDate: any; finalDate: any; totalAmount: any; latestValue: any; lastBankName: any; occurrenceType: any; creditor: { lenderDocument: any; lenderName: any; occurrenceType: any; }; detail: { dateOfOccurrence: any; natureCode: any; occurrenceValue: any; DDI: any; principal: any; contractCode: any; subJudice: any; cadusKeySeries: any; cadusKey: any; occurrenceType: any; branchName: any; verifyingDigit: any; dateAddedNote: any; hourAddedNote: any; modality: any; }; }; scoring: { scoreCode: any; punctuation: any; message: any; percent: any; }; }; export declare function parseDjangoDetailedConcentre(data: DjangoDetailedConcentre): { totalAmount: any; totalValue: any; }; export declare function parseDetailedConcentre(data: DetailedConcentre): { totalAmount: any; totalValue: any; };