export declare const runWith: <T>(input: T | Promise<T>, callback: (value: T) => void) => void;
