import { ExportPagesResponse, ExportPagesVariables } from "../../../../../admin/graphql/pageImportExport.gql"; declare const useExportPage: () => { exportPage: (options?: import("@apollo/react-common").MutationFunctionOptions | undefined) => Promise>; }; export default useExportPage;