importtype { 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.
*/exportdeclareconstexperimental_scan: (input: InputOptions) =>Promise<void>;