/**
 * The list of dependencies of the function on the invocation context.
 */
export type Dependencies = {
    /**
     * The list of glob strings indicating which property values of the object should be provided in the "object" argument.
     */
    properties?: Array<string>;
};
//# sourceMappingURL=Dependencies.d.ts.map