import yargs from 'yargs'; export declare const command = "info"; export declare const describe = "Prints project configuration."; export declare const builder: (yargsBuilder: yargs.Argv<{}>) => yargs.Argv<{}>; export declare const handler: () => void;