/** * Utils for creating Graph entity IDs * @packageDocumentation */ export declare function getSubaccountEntityId(owner: string, name: string): string; export declare function getProductEntityId(productId: number): string; export declare function getMarketEntityId(productId: number): string; //# sourceMappingURL=entityIds.d.ts.map