export interface FutureRollbackCountSQLCommandAttributes {
    /**
     * The integer indicating the number of changes Liquibase would use to roll back
     */
    value: string;
}
