export type KbFileKind = 'markdown' | 'html' | 'json' | 'code' | 'image' | 'text' | 'binary';
export declare function kbFileExtension(path: string): string;
export declare function kbFileKind(path: string): KbFileKind;
export declare function kbCodeLanguage(path: string): string | undefined;
//# sourceMappingURL=kb-file-types.d.ts.map