import type Owner from '@ember/owner'; import type { Store } from '../index.ts'; import type { Source } from '@orbit/data'; export declare function waitForSource(sourceOrSourceName: Store | Source | string, owner: Owner): Promise; //# sourceMappingURL=index.d.ts.map