/** * Strip the configured prefix from a request path to produce the * Mastra-relative route path used for SERVER_ROUTES matching. */ export declare function getMastraRoutePath(path: string, prefix?: string): string | null; //# sourceMappingURL=route-path.d.ts.map