export declare function tessApiRequest(method: string, endpoint: string, body: any | undefined, token: string): Promise<any>;
