export declare class MissingOptionsError extends Error {
    constructor(options: string[]);
}
