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