export declare type NgramFeature = { char: string; features: { kind: 'type' | 'hash'; size: number; offset: number; value: string; }[]; }; //# sourceMappingURL=types.d.ts.map