export declare class OptionBuilder {
    static build(optionList: string[]): any;
}
