import { Options } from 'yargs';
export declare const getCliArgsFromTemplate: (template: string) => Record<string, Options>;
