import type { TiktokenEncoding } from 'tiktoken';
export interface GitDiffMetricsTask {
    workTreeDiffContent?: string;
    stagedDiffContent?: string;
    encoding: TiktokenEncoding;
}
declare const _default: ({ workTreeDiffContent, stagedDiffContent, encoding }: GitDiffMetricsTask) => Promise<number>;
export default _default;
//# sourceMappingURL=gitDiffMetricsWorker.d.ts.map