import { Ref } from 'vue';
import { default as Taro } from '@tarojs/taro';

export type TRecord = Record<string, any>;
export interface TaroGeneralCallbackResult {
    errMsg: string;
}
export type TaroStatic = typeof Taro;
export declare namespace TaroGeneral {
    interface CallbackResult {
        errMsg: string;
    }
}
export type { Ref, };
