import * as Baidu from './sdks/baidu';
import * as Youdao from './sdks/youdao';
export * as Baidu from './sdks/baidu';
export * as Youdao from './sdks/youdao';
export declare const sdks: {
    Baidu: typeof Baidu;
    Youdao: typeof Youdao;
};
declare const _default: {
    sdks: {
        Baidu: typeof Baidu;
        Youdao: typeof Youdao;
    };
    Baidu: typeof Baidu;
    Youdao: typeof Youdao;
};
export default _default;
