declare type Option = [string, string];
export declare const sandboxOption: Option;
export declare const verboseOption: Option;
export {};
