export declare function makeLoaderCommands(opts: any): { deployLoaderCommands: (configDir: any) => void; maybeRunCli: (configDir: any) => Promise; };