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