import { Adapter } from './types';
/**
* 自适应当前平台
*/
export default function adaptive(): Adapter | undefined;