import { ClipboardItemConstructor, ClipboardWithoutEventTarget } from "../../ClipboardItem/spec";
import { setDebugLog, suppressWarnings } from "../../debug";
declare global {
    var clipboard: ClipboardWithoutEventTarget & {
        ClipboardItem: ClipboardItemConstructor;
        setDebugLog: typeof setDebugLog;
        suppressWarnings: typeof suppressWarnings;
    };
}
