export declare function invalidKeys(object: Record, list: string[]): string[] | null; export declare function listInList(input: string[], model: T[]): input is T[]; export declare function allKeysInList(object: Record, model: K[]): boolean;