UNPKG

327 BTypeScriptView Raw
1import { Authentications } from '@bearer/types/lib/authentications';
2import FunctionType from '@bearer/types/lib/function-types';
3import baseCommand from '../../base-command';
4declare const _default: (command: baseCommand, auth: Authentications, type: FunctionType, name: string) => Promise<string[]>;
5export default _default;