import type { TupleSchema } from '../../../../schema/tuple/index.js';
import type { TupleSchemaDTO } from '../types.js';
/**
 * @debt feature "handle defaults, links & validators DTOs"
 */
export declare const getTupleSchemaDTO: (schema: TupleSchema) => TupleSchemaDTO;
