import { Reflection } from '@tygen/reflector'; import { ViewSettings } from './view'; export declare function normalizePath(settings: ViewSettings, filePath: string): string; export declare function key(reflection: Reflection): import("@tygen/reflector/lib/reflection/reflection").ReflectionId | import("@tygen/reflector/lib/reflection/reflection").ReflectionId[] | undefined; //# sourceMappingURL=helpers.d.ts.map