/** * Google API detection (MIT-licensed upstream pattern). */ export declare function isGoogleModelApi(api?: string | null): boolean;