update-exclude-policy.d.ts 126 B

123
  1. import { MethodArgs } from '../args';
  2. declare const _default: (...args: MethodArgs) => Promise<any>;
  3. export default _default;