import { type TargetType } from 'ts-swc-transform';
import { type CommandCallback, type CommandOptions } from 'tsds-lib';
export default function files(_args: string[], type: TargetType, options: CommandOptions, callback: CommandCallback): void;
