export declare function appAvailabilityLabel(value?: string): "Checking" | "Granted to this app" | "Inherited by all apps" | "Not granted" | "Not managed" | "Select app"; export declare function appLayerState(layer: any): { label: string; className: string; }; export declare function formatResourceTimestamp(value?: number | null): string; export declare function AppResourceEffectiveStack({ appId, resource, }: { appId: string; resource: any; }): import("node_modules/@types/react").JSX.Element; //# sourceMappingURL=workspace-resource-effective-stack.d.ts.map