export declare const assertNever: (x: never) => void;
export declare function assertFields(name: string, object: any, ...fields: string[]): void;
