import type { Argv } from 'yargs';
export declare const commands: (yargs: Argv) => Argv<{
    env_key: string;
}>;
