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