declare function printInfo({ config, log }?: {
    config: any;
    log: any;
}): void;

export { printInfo as default, printInfo };
