import { TransformState } from '../../../state/types'; /** * Track gt() function invocations * - Adds the translation content to the string collector */ export declare function registerUseGTCallback({ identifier, state, content, context, id, maxChars, requiresReview, hash, format, }: { identifier: number; state: TransformState; content: string; context?: string; id?: string; maxChars?: number; requiresReview?: boolean; hash?: string; format?: string; }): void; //# sourceMappingURL=registerUseGTCallback.d.ts.map