import { Principal } from '@icp-sdk/core/principal';
import type { MissionControlDid } from '@junobuild/ic-client/actor';
import type { SetControllerParams } from '../types/controllers';
export declare const mapSetControllerParams: ({ controllerId, profile }: SetControllerParams) => {
    controllerIds: Principal[];
    controller: MissionControlDid.SetAccessKey;
};
