import ApolloClient from "apollo-client"; import { IListPageTemplatesGateway } from "./IListPageTemplatesGateway"; import { PbPageTemplateWithContent } from "../../../types"; export declare class ListPageTemplatesGqlGateway implements IListPageTemplatesGateway { private client; constructor(client: ApolloClient); execute(): Promise; }