import { IValue } from "vasille";
import { ref } from "./internal.js";
export declare function awaited<T>(target: () => Promise<T>, createRef?: typeof ref): [IValue<unknown>, IValue<unknown>, () => void];
