import { type TThis } from '@sinclair/typebox';
import type { FakerFn } from '../types';
/**
 * Generates fake data for This schemas
 */
export declare const fakeThis: FakerFn<TThis>;
