export declare const QuickCommandsTMT: {
    buttons: ({
        label: string;
        primary: boolean;
        alert: string;
        confirm: string;
        console: string;
        panelMessage: string;
        icon: string;
        updateItem: {
            StatusTMT: string;
            CompletedByTMT?: undefined;
            CompletedDateTMT?: undefined;
        };
    } | {
        label: string;
        primary: boolean;
        alert: string;
        confirm: string;
        console: string;
        panelMessage: string;
        icon: string;
        updateItem: {
            StatusTMT: string;
            CompletedByTMT: string;
            CompletedDateTMT: string;
        };
    })[];
    onUpdateAlsoCallback: boolean;
    callBack: any;
};
//# sourceMappingURL=ConstantsTMT.d.ts.map