import type { SharePayload } from './NitroShareIntent.nitro'; export declare function useShareIntent(onShareReceived: (payload: SharePayload) => void, onError?: (message: string) => void): void; export declare const getInitialShare: () => Promise; export declare const clearShareIntent: () => void; //# sourceMappingURL=useShareIntent.d.ts.map