import { AsyncFunction } from '../models/AsyncFunction';
export default function _getFuncArgs(func: GeneratorFunction | Generator | AsyncFunction | Function): string[];
