import type { SignOptions } from "../types.js"; export interface SignedUrlState { url: string | null; loading: boolean; error: Error | null; } export declare function useSignedUrl(fileId: string | null | undefined, opts?: SignOptions): SignedUrlState; //# sourceMappingURL=use-signed-url.d.ts.map