import { c as TypeOrArray } from './contracts.d-lRflQIdz.js'; interface CompileOptions { delimiter?: string; prune?: 'all' | 'trailing' | 'duplication' | false; } type CompileMethod = (route: string, options?: CompileOptions) => (params?: Record | undefined | null>) => string; declare const compile: CompileMethod; export { compile as default }; export type { CompileOptions };