export declare class MissingConfiguration extends Error {
    constructor(key: string, value: string);
}
