import { AutorestArgs } from "../args";
/**
 * Check if there is any updates to the autorest package and display message to use if there is.
 * @param args Autorest cli args.
 */
export declare const checkForAutoRestUpdate: (args: AutorestArgs) => Promise<void>;
//# sourceMappingURL=check-autorest-update.d.ts.map