import { Command } from './interface';
export * from './interface';
export declare const steamCommands: <CHANNEL>() => Command<CHANNEL>[];
