import { TExpandedFeature } from './defs.js'; export type TProtoFeature = { base?: string; path: string; content: string; }[]; export declare const asFeatures: (w: TProtoFeature) => { path: string; base: string; name: string; type: string; content: string; kirejiLineMap: Map; }[]; export declare const asExpandedFeatures: (w: { base?: string; path: string; content: string; }[]) => TExpandedFeature[]; //# sourceMappingURL=resolver-features.d.ts.map