import type { RequiredPick } from 'type-plus'; import type { BrowserCommandContext } from 'vitest/node'; export declare function assertTestPathDefined(context: BrowserCommandContext, commandName: string): asserts context is RequiredPick; export declare function assertIsRelativePath(relativeFilePath: string, propName: string): void; //# sourceMappingURL=_assertions.d.ts.map