import { Dict } from '@orbit/utils'; export declare type Inflector = (input: string) => string; export declare function buildInflector(mappings?: Dict, fallback?: Inflector): Inflector;