export declare function createEntries(xmlFile: string): {
    dom: any;
    window: any;
    document: any;
};
