export interface ValidateOptions {
    verbose?: boolean;
}
export declare function validateEnvironment(options?: ValidateOptions): Promise<void>;
