export declare const formatPrice: (price: string | number | null, perMetr?: boolean, direction?: number | null) => string;
