export declare class Market { static getInstance(): Promise>; private static instance; } export declare class Product { static getInstance(): Promise>; private static instance; }