import { Context, IView } from '../context'; export declare class CreateAppCredentialsIos implements IView { open(context: Context): Promise; }