declare const getClipboard: (args: import("../types").CallBack) => Promise<{ text: any; }>; export default getClipboard;