import { Resource } from '../model'; /** * If the resource has a display name, return the variable display name * Else, only return the resource metdata name */ export declare function getResourceDisplayName(resource: T): string; /** * If the resource has a display name, return the resource display name with the resource name too * Else, only return the resource name */ export declare function getResourceExtendedDisplayName(resource: T): string; //# sourceMappingURL=text.d.ts.map