export declare class ConfigurationError extends Error {
    private details;
    constructor(...params: any);
}
