import { Locales } from "../types/public";
export declare const getPrompt: (targetLocale: Locales) => string;
