export * from "./auth";
export * from "./billing";
export * from "./callback";
export * from "./uninstall";
export * from "./verifiable";
export * from "./webhook";
export function getAPIConfig(config: any): {
    api: any;
};
//# sourceMappingURL=index.d.ts.map