import type { SlimTokenLocation } from './boot';
import type { AuthSecret, SecretContract } from '@solar-republic/neutrino';
export declare const load_script: (si_package: string, h_query: {
    [si_key: string]: string;
    tag?: string;
}, k_contract: SecretContract, a_location: SlimTokenLocation, z_auth: AuthSecret) => Promise<SVGScriptElement | void>;
