export declare const builtinModelProviders: {
    readonly "gemma3-1b": {
        readonly model: "gemma3-1b";
        readonly dtype: "int8";
        readonly pipeline: "text";
    };
    readonly "gemma3-270M": {
        readonly model: "gemma-3-270m-it-ONNX";
        readonly dtype: "fp16";
        readonly pipeline: "text";
    };
    readonly "Qwen2.5-0.5B-Instruct": {
        readonly model: "Qwen2.5-0.5B-Instruct";
        readonly dtype: "q4";
        readonly pipeline: "text";
    };
    readonly "mediapipe-gemma3n-E4B-it": {
        readonly model: "/aic-runtime-deps/llm-deps/dist-mediapipe-genai/gemma-3n-E4B-it-int4-Web.litertlm";
        readonly dtype: "int4";
        readonly pipeline: "mediapipe";
    };
};
export declare const iso6392to6391: Record<string, string>;
export declare const sentenceEndMarks: string[];
//# sourceMappingURL=consts.d.ts.map