import type { StatsCliOptions } from '../statistics-app';
export declare function flowrScriptGetStats(options: StatsCliOptions): Promise<void>;
