declare function hasAllowedKeys(value: object, allowed_keys: Array<string>): boolean;
export { hasAllowedKeys };
