import type { InputOptions } from '../options/input-options';
/**
 * This is an experimental API. It's behavior may change in the future.
 *
 * Calling this API will only execute the scan stage of rolldown.
 */
export declare const experimental_scan: (input: InputOptions) => Promise<void>;
