import { AxiosResponse } from 'axios'; export declare const resaleTicket: (data: FormData, hash: string) => Promise; export declare const removeFromResale: (hash: string) => Promise; export declare const processTicket: (hash: string) => Promise>; export declare const declineInvitation: (hash: string) => Promise>;