export declare const viewChanges = "View changes"; export declare const pageHasBeenUpdated = "This page has been updated."; export declare const viewLogs = "View logs"; export declare const buildingNewPreview = "Building a new preview"; export declare const deploying = "Deploying..."; export declare const kickingOffBuild = "Kicking off your build..."; export declare const buildingPreview = "Building your preview..."; export declare const previewUpdated: (date: Date) => string; export declare const unableToBuildPreview = "Unable to build preview"; export declare const howAreWeDoing = "How are we doing?"; export declare const shareFeedback = "Share feedback"; export declare const linkCopied = "Link copied"; export declare const copyLink = "Copy link"; //# sourceMappingURL=messages.d.ts.map