/** * Check if Web Share API is supported by the platform. * * @param {import('./web-share').ShareData} [options] * @returns {boolean} Returns `true` if Web Share API is supported; otherwise `false`. */ export function isWebShareSupported(options?: import("./web-share").ShareData | undefined): boolean; //# sourceMappingURL=is-web-share-supported.d.ts.map