declare class CompanionResource { type?: string; resourceUrl?: string; constructor(); static fromXmlElement(element?: Element): CompanionResource; } export { CompanionResource }; //# sourceMappingURL=resource.d.ts.map