export declare const normaliseAbn: (abn: string) => string; export declare const isValidAbn: (abn: string) => boolean;