import type { Policy } from './types.js'; /** * Validates invocation arguments against a UCAN policy. * * @returns True if the args are valid according to the policy, false otherwise. */ export declare function validate(args: Args, policy: Policy): boolean; //# sourceMappingURL=policy.d.ts.map