export declare const command = "check-typescript"; export declare const describe = "Will check typescript configs."; export declare const aliases: string[]; /** * Execute the check command */ export declare const handler: () => Promise;