import BudCommand from '@roots/bud/cli/commands';
/**
 * {@link BudCommand}
 */
export default class BudReplCommand extends BudCommand {
    /**
     * {@link BudCommand.paths}
     */
    static paths: string[][];
    /**
     * {@link BudCommand.usage}
     */
    static usage: import("@roots/bud-support/clipanion").Usage;
    depth: string;
    indent: string;
    /**
     * {@link BudCommand.catch}
     */
    catch(error: Error): Promise<void>;
    /**
     * {@link BudCommand.execute}
     */
    execute(): Promise<void>;
}
