export declare const _: (str: any) => any;
/**
 * Identity function used for marking strings for translation
 */
export declare function gettext<T extends string>(str: T): T;
//# sourceMappingURL=gettext.d.ts.map