import { AutorestArgs } from "../args";
/**
 * Shows all the autorest extensions that are installed.
 * @param args CLI args
 * @returns Exit code.
 */
export declare const showInstalledExtensions: (args: AutorestArgs) => Promise<number>;
//# sourceMappingURL=show-installed-extensions.d.ts.map