/** * Throw if trying to access a property that was not provided, or set any property */ export declare const throwOnUnknown: (base: Record) => unknown;