export declare type FormatWithMessage = "command" | "debug" | "error" | "group" | "section" | "warning";
export declare type FormatWithoutMessage = "endgroup";
export declare type Format = FormatWithMessage | FormatWithoutMessage;
