import type { ActionInputs, ActionOutputs } from './utils/types';
/**
 * Run nx migration process and create a pull request
 * when the workspace is outdated
 *
 * @param inputs Migration options
 * @param throwOnError Whether to throw on error
 * @returns Migration results
 */
export declare function nxMigrate(inputs: ActionInputs, throwOnError?: boolean): Promise<ActionOutputs>;
