import { GraphqlClient, AccessTokenHeader } from './graphql_client';
export declare class StorefrontClient extends GraphqlClient {
    protected baseApiPath: string;
    protected getAccessTokenHeader(): AccessTokenHeader;
}
//# sourceMappingURL=storefront_client.d.ts.map