/**
 * Returns composed card expiration
 * NOTE: Compatible with the stripe
 */
declare const toExpirationDate: (month: number, year: number) => string;
export { toExpirationDate as default };
