import type { FieldMetadata } from '../../core/models/country-config';
import type { StockISINFieldSchema } from './types';
export declare const stockISINFieldMetadata: FieldMetadata<StockISINFieldSchema, 'stockISIN'>;
