import type { MongooseAdapter } from '../index.js';
import type { GlobalModel } from '../types.js';
export declare const buildGlobalModel: (adapter: MongooseAdapter) => GlobalModel | null;
//# sourceMappingURL=buildGlobalModel.d.ts.map