import type { SchemaOf } from '../../helpers'; export interface IConfig { adminQueryNames: string[]; exportedCollections?: string[]; } export declare const schemaMap: SchemaOf; export declare const schemaMapDefault: import("../../helpers").StrictSchemaMap; export declare const defaultConfig: IConfig;