import { DT } from "./DT"; export { DT }; export declare function setDebugLog(f: (s: string) => void): void; export declare function suppressWarnings(): void; export declare function write(data: DT): Promise; export declare function writeText(s: string): Promise; export declare function read(): Promise
; export declare function readText(): Promise; export default class ClipboardPolyfillDefault { static readonly DT: typeof DT; static setDebugLog(f: (s: string) => void): void; static suppressWarnings(): void; static write(data: DT): Promise; static writeText(s: string): Promise; static read(): Promise
; static readText(): Promise; }