export interface State { test: string render(page: import('./page.d.ts').Page): Promise<Response> } export namespace State { }