import { Computed } from '../signals'; export declare function createComputedAsync(factory: () => Promise): Computed; export declare function createComputedAsync(factory: () => Promise, initial: T): Computed; //# sourceMappingURL=createComputedAsync.d.ts.map