/** * Validates invocation arguments against a UCAN policy. * * @template {unknown} Args * @param {Args} args The arguments of the eventual invocation. * @param {import("./types.js").Policy} policy An array of policy statements. * @returns {boolean} True if the args are valid according to the policy, false otherwise. */ export function validate(args: Args, policy: import("./types.js").Policy): boolean; //# sourceMappingURL=policy.d.ts.map