export declare function assertNever(x: never): any;
export type ApplyUndefinedType = any[] | Map<any, any> | object;
export declare function assertNoUndefined(o: ApplyUndefinedType, visited?: Set<unknown>): void;
