import { CustomError } from '../../../../lib/errors';
export declare class UnsupportedReportCommandError extends CustomError {
    constructor(message?: string);
}
