export type AppResponse = { html: string; code?: number; headers?: { [key: string]: string; }; }; //# sourceMappingURL=AppResponse.d.ts.map