import type { InjectionKey } from "vue"; export declare function withSetup(composable: () => TResult, injections?: { [key: InjectionKey]: typeof key extends InjectionKey ? Value : never; }): { result: TResult; unmount: () => void; }; //# sourceMappingURL=test-utils.d.ts.map