export declare const DATE_TIME_PATTERN: RegExp; export declare const DATE_PATTERN: RegExp; export declare const ITENS_COLOR: { yellow: string; primary: string; green: string; red: string; orange: string; purple: string; blue: string; black: string; }; export declare const APPLICATIONS_NAME: { readonly 1: "Obrigações"; readonly 2: "Eventos de pagamentos"; readonly 3: "Integralizações"; readonly 4: "Subscrições"; readonly 5: "Atualização de status dos patrimônios"; readonly 6: "Marcos dos patrimônios"; readonly 7: "Vencimento das séries"; readonly 8: "Status das séries"; }; export declare const APPLICATIONS_COLORS: { readonly 1: { readonly color: "#3DA5A5"; readonly disabled: "#77C0C0"; readonly hover: "#2B7373"; }; readonly 2: { readonly color: "#F28E83"; readonly disabled: "#F2B5B0"; readonly hover: "#C15A4F"; }; readonly 3: { readonly color: "#3B634E"; readonly disabled: "#6E8C7C"; readonly hover: "#2B3F3A"; }; readonly 4: { readonly color: "#86381D"; readonly disabled: "#B36A4D"; readonly hover: "#5A2412"; }; readonly 5: { readonly color: "#F4A053"; readonly disabled: "#F4CFA3"; readonly hover: "#C17A2B"; }; readonly 6: { readonly color: "#A5AF80"; readonly disabled: "#C0C9A5"; readonly hover: "#737B4F"; }; readonly 7: { readonly color: "#E6CF42"; readonly disabled: "#E6E0A5"; readonly hover: "#B3A12B"; }; readonly 8: { readonly color: "#171919"; readonly disabled: "#4F4F4F"; readonly hover: "#000000"; }; }; export declare const APPLICATIONS_REFERENCE_NAME: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; };