import Pastebin from '../types/pastebin'; declare const pastebin: (email: string) => Promise; export default pastebin;