export declare const settings: {
info: {
"version": string;
"title": string;
"description": string;
"termsOfService": string;
"contact": {
"name": string;
};
"license": {
"name": string;
};
};
host: string;
basePath: string;
documentationPath: string;
};