/**
 * Translate a string given its path and translation scope
 *
 * @param path
 * @param scope
 */
export declare function translate(path: string, scope?: Record<string, any>): string;
