export declare class ConfigurationError extends Error {
    exposeStack: boolean;
    constructor(message: string, exposeStack?: boolean);
}
