declare let SITE_LOGIN_MESSAGECODE_SWITCH: boolean; export declare const SITE_PERMISSIONS_MAPS: { add: string; delete: string; update: string; select: string; check: string; other: string; }; export declare const SITE_CLIENT_MAPS: { teacher: number; parent: number; }; export declare const SITE_SLD: string; export { SITE_LOGIN_MESSAGECODE_SWITCH };