import { ExecutorContext } from '@nx/devkit';
export interface ExpoEnsureSymlinkOutput {
    success: boolean;
}
/**
 * TODO (@xiongemi): remove this function in v20.
 * @deprecated It is no longer needed for react native 73.
 */
export default function ensureSymlinkExecutor(_: any, context: ExecutorContext): AsyncGenerator<ExpoEnsureSymlinkOutput>;
//# sourceMappingURL=ensure-symlink.impl.d.ts.map