export interface Document {
    getSource(): URL | undefined;
}
