export declare type ProductDisplayName = string; export declare function productsDisplayName(requiredResourceOwner: string, optionalResourceOwners?: string[]): string; export declare function productDisplayName(ariResourceOwnerOrUserProvidedProductName: string): ProductDisplayName; export declare function ariResourceOwner(productDisplayName: string): string; //# sourceMappingURL=product.d.ts.map