import type { Currency } from '../../../types';
/**
 * Australian dollar.
 */
export declare const AUD: Currency<number>;
