/**
 * Applies polyfills required for stable work of the package:
 * - `Object.hasOwn` - used by `valibot`
 */
export declare function applyPolyfills(): void;
