import type { Currency } from '../../../types';
/**
 * Gibraltar pound.
 */
export declare const GIP: Currency<number>;
