export declare const $AccountingLimit: { properties: { id: { type: string; isRequired: boolean; }; value: { type: string; isRequired: boolean; maxLength: number; minLength: number; pattern: string; }; unit: { type: string; isRequired: boolean; maxLength: number; minLength: number; pattern: string; }; thresholds: { type: string; contains: { type: string; }; isRequired: boolean; }; }; };