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