import { Authentications } from '@bearer/types/lib/authentications'; import FunctionType from '@bearer/types/lib/function-types'; import baseCommand from '../../base-command'; declare const _default: (command: baseCommand, auth: Authentications, type: FunctionType, name: string) => Promise; export default _default;