import {IAPIDef} from '@rondo.dev/common' import {IClientConfig} from './IClientConfig' import {Store} from 'redux' export interface IRenderer { render( url: string, store: Store, props: Props, config: IClientConfig, ): any }