import { Config, ExtractionResult } from '../../types';
export declare function extractTSKeys(config: Config): ExtractionResult;
