export * from './types.js';
export default function disDat(commands: any, options: any, callback: any): void | Promise<unknown>;
