declare type Action = "SIGN" | "AUTH" | "AUTH_PHONE"; export interface Response { sessionId: Action; } export {}; //# sourceMappingURL=response.d.ts.map