index.d.ts 128 B

12
  1. import { MethodArgs } from '../../args';
  2. export default function apps(...args0: MethodArgs): Promise<string | undefined | any>;