export type CoreProviderClipboardContract = {
  clear?: Function;
  set?: Function;
  has?: Function;
  get?: Function;