/** * Resolves dashboard API proxy paths to engine socket paths. * Expects: pathname starts with `/`; search is either empty or starts with `?`. */ export declare function dashboardProxyPathResolve(pathname: string, search: string): string; //# sourceMappingURL=dashboardProxyPathResolve.d.ts.map