/**
 * Error related to arrow-express configuration.
 */
export declare class ConfigurationError extends Error {
    constructor(message: string);
}
