export declare function checkKey(key: string): void;
export declare function ensureValidValue(value: any, valueType: string): void;
