export declare const validate: (xml: string) => Promise<unknown>;
