import * as key from "./key";
import * as wgQuick from "./quick";
import * as wginterface from "./wginterface";
export * from "./wginterface";
export { key, wgQuick, wginterface };
declare const _default: typeof wginterface & {
    key: typeof key;
    wgQuick: typeof wgQuick;
    wginterface: typeof wginterface;
};
export default _default;
