import { Command } from 'commander';
import { CompilerBaseOptions, CompilerCallbacks } from '@keymanapp/developer-utils';
interface AnalysisActivityOptions extends CompilerBaseOptions {
    base?: string;
    stripDottedCircle?: boolean;
    includeCounts?: boolean;
    mappingFile?: string;
    inputMappingFile?: string;
}
export declare function declareAnalyze(program: Command): void;
declare function analyzeOskCharUse(callbacks: CompilerCallbacks, filenames: string[], options: AnalysisActivityOptions): Promise<boolean>;
/**
 * these are exported only for unit tests, do not use
 */
export declare const analyzeUnitTestEndpoints: {
    analyzeOskCharUse: typeof analyzeOskCharUse;
};
export {};
//# sourceMappingURL=analyze.d.ts.map