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