/** * See: https://github.com/frida/frida-node/blob/master/test/data/index.ts */ declare function targetProgram(): string; declare function loadAgentScript(): string; export { targetProgram, loadAgentScript, }; //# sourceMappingURL=sidecar-config.d.ts.map