import type { RegisterSWOptions } from "../types.ts"; import type { UseRegisterSWReturnValue } from "../types-react.ts"; export declare function useRegisterSW(_options?: RegisterSWOptions): UseRegisterSWReturnValue;