export declare function getBankCode(bic: string): string;
export declare function getCountryCode(bic: string): string;
export declare function getLocationCode(bic: string): string;
export declare function getBranchCode(bic: string): string;
export declare function hasBranchCode(bic: string): boolean;
export declare function validate(bic: string): void;
