import { type AttestConfig } from "./config.ts"; export declare const setup: (options?: Partial) => typeof teardown; export declare const writeAssertionData: (toPath: string) => void; export declare const cleanup: () => void; /** alias for cleanup to align with vitest and others */ export declare const teardown: () => void;