export declare function scope(property: P, o: T): T[P]; declare const _default: { scope: typeof scope; }; export default _default;