export declare function openApi(router: any): { openapi: string; info: { title: string; version: string; }; paths: Record; };