export declare class LinkDto { onlineStoreURL: string; googlePlayStore: string; appleAppStore: string; id?: string; constructor(d?: LinkDto); }