import { ERequestMethod, ERequestPayload, TControllerRequestHandlerGeneric } from '../controller/types/index.js'; import { TRouterResource, TRouterResourceMap } from './types/index.js'; export declare function parseRoutingMap(routingDefinition: TRouterResourceMap | TRouterResource, callbackFn: (controller: TControllerRequestHandlerGeneric, controllerName: string, method: ERequestMethod, payload: ERequestPayload[], path: string, description?: string, tags?: string[]) => Promise, accumulatedPath?: string[], accumulatedTags?: string[][]): Promise; //# sourceMappingURL=parser.d.ts.map