export interface ConfigInitIndexProps {
swr?: boolean;
globalCss?: boolean;
SWRConfig?: any;
routeType?: 'history' | 'hash' | 'browser';
}
export declare const getInitIndexTemp: (config: ConfigInitIndexProps) => string;
export declare const getInitCssTemp: () => string;