import * as isoly from "isoly"; import { SE as IdentityNumberSE } from "./SE"; export declare type IdentityNumber = IdentityNumberSE; export declare namespace IdentityNumber { function is(value: any | IdentityNumber, countryCode?: isoly.CountryCode.Alpha2): value is IdentityNumber; type SE = IdentityNumberSE; namespace SE { const is: typeof IdentityNumberSE.is; const is10: typeof IdentityNumberSE.is10; const is12: typeof IdentityNumberSE.is12; const as10: typeof IdentityNumberSE.as10; const isOrganisation: typeof IdentityNumberSE.isOrganisation; const isTemporary: typeof IdentityNumberSE.isTemporary; const type: typeof IdentityNumberSE.type; const parse: typeof IdentityNumberSE.parse; const format: typeof IdentityNumberSE.format; const calculateChecksum: typeof IdentityNumberSE.calculateChecksum; const verifyChecksum: typeof IdentityNumberSE.verifyChecksum; } }