/** * Copies supplied text to clipboard. Falls back on text area * if navitagor clipboard or writeText is missing. This can * occur if the host is not local and/or is not secure(https). */ export declare function CopyToClipboard(text: string): Promise;