import type { RegisteredOp } from '@struktoai/mirage-core/ops/registry'; import { PathSpec } from '@struktoai/mirage-core/types'; import { DiskAccessor } from './accessor/disk.ts'; export declare function tmpRoot(label?: string): { root: string; accessor: DiskAccessor; cleanup: () => void; }; export declare function spec(p: string): PathSpec; export declare function opOf(ops: readonly RegisteredOp[], name: string, filetype?: string | null): RegisteredOp; //# sourceMappingURL=test-utils.d.ts.map