export interface View { destroy(): void; init?(): Promise; } //# sourceMappingURL=types.d.ts.map