import type { ArgumentType, ArgumentValue } from "../../../types/arguments.js";
export declare function formatTaskId(taskId: string | string[]): string;
export declare function getActorFragment(pluginId: string | undefined): string;
export declare function isOptionalArgumentType(type: ArgumentType): boolean;
export declare function isArgumentRequired(type: ArgumentType, defaultValue: ArgumentValue | ArgumentValue[] | undefined): boolean;
//# sourceMappingURL=utils.d.ts.map