export interface UsePushDeviceRegistrationOptions { /** Override the app-shell-provided product slug. */ productSlug?: string; /** Shipped as registration metadata. Defaults to the shell's `__APP_VERSION__`. */ appVersion?: string; /** Set false to disable the side effect entirely (e.g. during E2E runs). */ enabled?: boolean; } export declare function usePushDeviceRegistration(options?: UsePushDeviceRegistrationOptions): void; //# sourceMappingURL=usePushDeviceRegistration.d.ts.map