export interface DbclHistoryCommandAttributes {
    /** Sets the output method to 'JSON' or 'JSON_PRETTY' */
    format?: string;
}
