declare const promptLabel: { get: () => string; set: (value: string) => string; }; declare const tooMuchOutput: { get: () => string; set: (value: string) => string; }; export { promptLabel, tooMuchOutput }; //# sourceMappingURL=LocalizableStrings.d.ts.map