export type SetRoleParentStepInput = Array<{
    role_id: string;
    parent_ids: string[];
}>;
export declare const setRoleParentStepId = "set-role-parent";
export declare const setRoleParentStep: import("@medusajs/framework/workflows-sdk").StepFunction<SetRoleParentStepInput, {
    created: any[];
    removedCount: number;
}>;
//# sourceMappingURL=set-role-parent.d.ts.map