use procpilot::prelude::*;
#[allow(dead_code)]
fn _exports(
_: Cmd,
_: RunError,
_: RunOutput,
_: Redirection,
_: RetryPolicy,
_: StdinData,
_: SpawnedProcess,
) {
}
#[cfg(feature = "tokio")]
#[allow(dead_code)]
fn _exports_async(_: AsyncSpawnedProcess) {}
#[test]
fn prelude_compiles() {
}