import { type CommandOptions } from 'tsds-lib';
import type { HasChangedCallback } from '../types.ts';
export default function hasChanged(options: CommandOptions, callback: HasChangedCallback): undefined;
