/** * A no-operation async function that resolves immediately * * @returns A Promise that resolves to void */ export declare function noopCoroutine(): Promise;