/** * 利用 Clipboard 剪切板 * @param type * @param blob */ export declare const copyToClipboard: (type: string, blob: Blob) => Promise;