import { IBenchmarkOptions } from '../types';
export declare class ConfigHandler {
    static parse(options: IBenchmarkOptions | undefined): IBenchmarkOptions;
    static validateType({ repeat }: IBenchmarkOptions): void;
    static validateValue({ repeat }: IBenchmarkOptions): void;
}
