import { CustomError } from './custom-error';
export declare class DescribeExclusiveArgumentError extends CustomError {
    constructor();
}
