export declare function filterByKeys(object: Record<string, any>, allowedKeys?: string | string[], disallowedKeys?: string | string[]): {};
