import * as fc from 'fast-check';
import type { FastCheckItBuilder } from './internals/TestBuilder.js';
import type { It } from './internals/types.js';
export declare const test: FastCheckItBuilder<It>;
export declare const it: FastCheckItBuilder<It>;
export { fc };
