import { CLIOptions } from '@types'; import { Command } from 'commander'; /** * Tries to find a configuration ile and parses it * @param cmd */ export declare const resolveConfiguration: (cmd: Command & CLIOptions) => CLIOptions | null;