declare const fakeVat: (input?: string) => string;
declare const verifyVat: (input: string) => boolean;
export { fakeVat, verifyVat };
