import { TaskIdentifier } from "../../../types";
export declare function parseTaskIdentifier(taskIdentifier: TaskIdentifier): {
    scope: string | undefined;
    task: string;
};
//# sourceMappingURL=util.d.ts.map