import type { CommandOptions } from "../typings/Command";
export declare class Command {
    constructor(options: CommandOptions);
}
