export interface Document {
    [key: string]: any;
}
//# sourceMappingURL=Document.d.ts.map