import { STypes } from '../../types'; export declare const renderRoot: ($functions: STypes.FunctionsOptions, collectionGroups: STypes.CollectionOptions.Children, collections: STypes.CollectionOptions.Children) => (string | null)[]; export declare const renderSchema: (schemaOptions: S) => string;