import type { DataType, TBase } from '../dt/index.js';
export declare function ucfExamples<T extends DataType>(type: TBase<T>): T[] | undefined;
