export declare class ShopifyService {
    static formatMoneyWithDelimiters(num: number, precision?: number, thousands?: string, decimal?: string): string;
    protected static instance: ShopifyService;
    protected moneyFormat?: string;
    protected moneyWithCurrencyFormat?: string;
    static get moneyWithCurrencyFormat(): any;
    static get moneyFormat(): any;
    constructor();
}
