import Commands from "./commands/commands.js";
export declare const commands: {
    commands: typeof Commands;
};
