import { Repository } from "typeorm";
import { Currency } from "../models";
export declare class CurrencyRepository extends Repository<Currency> {
}
