declare const partOf: (subset: any, superset: any) => boolean; export { partOf };