export declare const Common: { from: string type?: boolean imports: (string | { name: string, type: boolean })[] }[] export declare const VueuseCore: typeof Common export declare const Dict: typeof Common export declare const I18n: typeof Common export declare const Request: typeof Common export declare const Imports: { Common: typeof Common VueuseCore: typeof VueuseCore Dict: typeof Dict I18n: typeof I18n Request: typeof Request ALL: typeof Common } export default Imports