export declare const MAX_DB_NAME_LENGTH = 64;
export declare const MAX_ID_NAME_LENGTH = 120;
export declare const INVALID_DB_NAMES: string[];
export declare const INVALID_COLL_NAMES: string[];
export declare const ErrorMessages: {
    INVALID_TYPE: string;
    NOT_STRING: string;
    NOT_ARRAY: string;
    NOT_EMPTY: string;
    TOO_LONG: string;
    ILLEGAL: string;
    SYSTEM: string;
};
