UNPKG

magically-sdk

Version:

Official SDK for Magically - Build mobile apps with AI

11 lines (10 loc) 410 B
export declare const openAuthSessionAsync: jest.Mock<Promise<{ type: string; url: string; }>, [], any>; export declare const dismissAuthSession: jest.Mock<any, any, any>; export declare const openBrowserAsync: jest.Mock<Promise<{ type: string; }>, [], any>; export declare const warmUpAsync: jest.Mock<Promise<void>, [], any>; export declare const coolDownAsync: jest.Mock<Promise<void>, [], any>;