import { OpenAPIObject } from '../interfaces/index.js';
export declare const buildDocumentBase: () => Omit<OpenAPIObject, "paths">;
