export declare const PRIMARY_COLOR: any; export declare const API_URL: any; export declare const HOMEDIR: any; export declare const CHARS: { alphabet: string; numeric: string; special: string; }; export declare const DOT_SECMAN_PATH: string; export declare const SECMAN_CONFIG_PATH: any; export declare const SECMAN_DATA_PATH: any; export declare const SECMAN_SETTINGS_PATH: any; export declare const SECMAN_EDITOR_PATH: any; export declare let COMPLEXIES: ({ name: string; value: string; checked: boolean; visible: boolean; } | { name: string; value: string; checked: boolean; visible?: undefined; })[]; export declare const LOGINS_ENCRYPTED_FIELDS: string[]; export declare const CCS_ENCRYPTED_FIELDS: string[]; export declare const EMAILS_ENCRYPTED_FIELDS: string[]; export declare const NOTES_ENCRYPTED_FIELDS: string[]; export declare const SERVERS_ENCRYPTED_FIELDS: string[]; export declare const TABLE_DESIGN: { border: { topBody: string; topJoin: string; topLeft: string; topRight: string; bottomBody: string; bottomJoin: string; bottomLeft: string; bottomRight: string; bodyLeft: string; bodyRight: string; bodyJoin: string; joinBody: string; joinLeft: string; joinRight: string; joinJoin: string; }; };