export declare const DEFAULT_CONFIG: { readonly VERSION: "1.0.0"; readonly TITLE: "API Documentation"; readonly DESCRIPTION: "Generated API documentation by doke"; readonly OUTPUT_PATH: "api-docs"; readonly JSON_INDENT: 2; readonly ROUTES: "routes"; readonly EXTENSION: ".json"; }; export * from './metadata.keys'; export * from './errors';