///
export declare const createPrivateKeyAndCSR: ({ at, secTag, attributes, expectedMfwVersion, deletePrivateKey, }: {
at: (cmd: string) => Promise;
secTag: number;
expectedMfwVersion?: string | undefined;
attributes?: ((_: {
imei: string;
}) => string) | undefined;
deletePrivateKey: boolean;
}) => Promise;