import { GraphQLClient } from 'astraql';
import { IShop } from './interfaces/IShop';
export declare class ShopClient {
    private readonly graphql;
    constructor(graphql: GraphQLClient);
    getShop(): Promise<IShop>;
}
export default ShopClient;
//# sourceMappingURL=shop-client.d.ts.map