import { ClipboardItemInterface } from "./spec";
export declare function hasItemWithType(clipboardItems: ClipboardItemInterface[], typeName: string): boolean;
