import { AXSecurityDomain } from '../run/AXSecurityDomain';
/**
 * Installs all the previously registered native functions on the AXSecurityDomain.
 *
 * Note that this doesn't use memoizers and doesn't run the functions' AS3 script.
 */
export declare function installNativeFunctions(sec: AXSecurityDomain): void;
//# sourceMappingURL=installNativeFunctions.d.ts.map