import * as ts from 'typescript'; import { IRenderState } from '../../types'; export declare function renderIndex(state: IRenderState): Array;