/** * * @param key * @param x */ export default function notNullFields(key: string, x: {}): boolean;