/**
 * @param text
 * @param url
 * @param title
 */
export declare const shareText: (text: string, url?: string, title?: string) => Promise<void>;
