export declare const PYTHON_GT_PACKAGES: readonly ["gt_flask", "gt_fastapi"]; export declare const PYTHON_GT_DEPENDENCIES: readonly ["gt-flask", "gt-fastapi"]; export declare const PYTHON_T_FUNCTION = "t"; export declare const PYTHON_MSG_FUNCTION = "msg"; export declare const PYTHON_DERIVE = "derive"; export declare const PYTHON_DECLARE_VAR = "declare_var"; /** These imported names are tracked (translation functions + derive helpers) */ export declare const PYTHON_TRANSLATION_FUNCTIONS: readonly ["t", "msg", "derive", "declare_var"]; export declare const PYTHON_METADATA_KWARGS: { readonly _id: "id"; readonly _context: "context"; readonly _max_chars: "maxChars"; };