import { Resource, IDomainResource, IBundle, IResourceChild, IPathWithArray, INestedPath, INestedArray, IChoicePath } from "./internal"; export declare type AnyResource = IDomainResource | IBundle | IResourceChild | IPathWithArray | INestedPath | INestedArray | IChoicePath; export declare function lookupResourceType(typeName: string): typeof Resource | undefined; //# sourceMappingURL=ResourceMapping.d.ts.map