export declare function completeTask(ref: string, options: {
    forever?: boolean;
    dryRun?: boolean;
}): Promise<void>;
//# sourceMappingURL=complete.d.ts.map