/**
 * Resolver method parameter decorator. Extracts the parent/root
 * object from the underlying platform and populates the decorated
 * parameter with the value of parent/root.
 *
 * @publicApi
 */
export declare const Root: () => ParameterDecorator;
//# sourceMappingURL=root.decorator.d.ts.map