/**
 * This file exposes all the API, that is needed by documentation,
 * not for the end user.
 */
export * from './adapty-handler';
export * from './adapty-error';
export * from './types/error';
export * from './types/index';
export * from './types/inputs';
export * from './ui/index';
export * from './ui/types';
export * from './ui/view-controller';
//# sourceMappingURL=__docs__.d.ts.map