import { client } from '../../../../../storybook/api/client'; import { Client } from '../../../../../api/api/client/client'; import { paths } from 'topvisor-openapi/src/ts/Topvisor'; export * from './folders'; export * from './groups'; declare const clientMocked: Client; export { client, clientMocked, };