UNPKG

152 BTypeScriptView Raw
1export declare const isVKSupport: () => Promise<{
2 errMsg: string;
3}>;
4export declare const createVKSession: () => Promise<{
5 errMsg: string;
6}>;