import { DocumentNode } from 'graphql'; import { CustomCodeFields } from './customCode.fields.js'; import { NetworkFields } from './network.fields.js'; import { TopNavigationFields } from './topNavigation.fields.js'; export declare function customCodeGQLFields(fields: CustomCodeFields): string; export declare function topNavigationGQLFields(fields: TopNavigationFields): string; export declare function getNetworkGQLQuery(fields: NetworkFields): DocumentNode; export declare function updateNetworkGQLQuery(fields: NetworkFields): DocumentNode;