export interface LoadOptions {
    handlers: any;
    specs?: any;
    filename?: string;
    version?: string;
}
export declare class Routes {
    private static _instance;
    static get Instance(): Routes;
    load: (options: LoadOptions) => void;
    loadSwagger: (options: LoadOptions) => void;
    private castParameter;
}
declare const _default: Routes;
export default _default;
