export declare function assertPresent<O extends Record<any, any>>(obj: O, key: keyof O): void;
