declare const _: (str: any) => any;
/**
 * Identity function used for marking strings for translation
 */
declare function gettext<T extends string>(str: T): T;

export { _, gettext };
//# sourceMappingURL=index.d.ts.map
