///
import { ProfileType } from '@szdziedzic/apple-utils';
import { ProvisioningProfile } from './Credentials.types';
import { AuthCtx } from './authenticateTypes';
export declare function createOrReuseAdhocProvisioningProfileAsync(authCtx: AuthCtx, udids: string[], bundleIdentifier: string, distCertSerialNumber: string, profileType: ProfileType): Promise;