import { Argv } from 'yargs'; export declare const handler: () => null; export declare const command = "fastlane "; export declare const description = "execute commands related to fastlane"; export declare const builder: (yargs: Argv) => Argv;