export declare const getInsertDictionarySnippet: (nodeName: string) => string; export declare const getInsertPartialSnippet: (nodeName: string) => string; export declare const getQuerySnippet: (queryExpression: string) => string; export declare const getRenderBodySnippet: () => string; export declare const getRenderSectionSnippet: (sectionName: string, isMandatory: boolean) => string; export declare const getAddSectionSnippet: (sectionName: string) => string; export declare const getUmbracoFieldSnippet: (field: string, defaultValue?: string | null, recursive?: boolean) => string;