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