export declare type SharingOptions = { mimeType?: string; UTI?: string; dialogTitle?: string; }; export declare function isAvailableAsync(): Promise; export declare function shareAsync(url: string, options?: SharingOptions): Promise;