import { ApplePushKeyFragment, CommonIosAppCredentialsFragment } from '../../../graphql/generated'; import { CredentialsContext } from '../../context'; import { AppLookupParams } from '../api/graphql/types/AppLookupParams'; export declare class AssignPushKey { private readonly app; constructor(app: AppLookupParams); runAsync(ctx: CredentialsContext, pushKey: ApplePushKeyFragment): Promise; }