declare const listCommand: (configurationFile: string) => Promise<void>;
export default listCommand;
