import { FormatDefinition } from 'ajv';
declare const indiaPersonalPANFormat: FormatDefinition<string>;
export default indiaPersonalPANFormat;
