import type { Context } from 'hono'; import type { Store } from '../../store.js'; export declare function resolvePublicBaseUrl(store: Store, ctx: Context): string; //# sourceMappingURL=resolve-public-base-url.d.ts.map