export const get: jest.Mock<Promise<{
    data: {};
}>, [], any>;
