export declare const warnForUnknownFields: (target: new (...args: any[]) => any, key: string | number | symbol) => void;