import type { Context } from "hono"; export type Prettify = { [K in keyof T]: T[K]; }; export declare function getRelativeUrl(ctx: Context, path: string): string; export declare function isDomainMatch(a: string, b: string): boolean; export declare function lazy(fn: () => T): () => T; //# sourceMappingURL=util.d.ts.map