import { App } from "../electron";
export declare function translate(app: App): (key: string) => string;
