import { CliConfig, _PluginApi, IRoute } from '@tuzki/scaffold-types'; import { DebugConfig } from '../types'; declare type GetBaseRoutes = (option: { api: _PluginApi; debugConfig: DebugConfig; tuzkiConfig: CliConfig; }) => IRoute[]; export declare const getBaseRoutes: GetBaseRoutes; export {};