export declare class TaskCompleteCommand {
    static taskComplete(reason: string): Promise<void>;
}
