/** * Capture a fixed set of fields without invoking caller-owned accessors. * * OAuth configuration crosses long-lived and asynchronous boundaries. Reading * the original object again after validation would let a getter or later * mutation change endpoints, credentials, scopes, or handler behavior. */ export declare function snapshotOwnDataProperties(value: unknown, keys: readonly Key[]): Partial> | null; //# sourceMappingURL=data-properties.d.ts.map