declare const labels: { readonly title: string; readonly close: string; readonly refresh: string; readonly reload: string; readonly backToList: string; readonly open: string; readonly loading: string; readonly loadingPreview: string; readonly retry: string; readonly loadFailed: string; readonly previewError: string; readonly noInlinePreview: string; readonly sheetTruncated: string; readonly unavailable: string; readonly onThisPage: string; readonly footerNote: string; readonly preview: string; readonly code: string; readonly download: string; readonly copy: string; readonly copied: string; readonly emptyTitle: string; readonly emptyHint: string; readonly noSessionTitle: string; readonly noSessionHint: string; readonly unavailableTitle: string; readonly unavailableHint: string; readonly generationFailedTitle: string; readonly generationFailed: string; readonly viewDetails: string; readonly hideDetails: string; readonly untitled: string; }; type ParameterizedLabels = { version: (n: number) => string; downloadWithExt: (ext: string) => string; }; export declare const ARTIFACT_STRINGS: typeof labels & ParameterizedLabels; export {};