import { StartMethod } from './types.js'; export declare const frida_script: string; export declare const setup_script: (options: { frida_server_path?: string; start_method: StartMethod; }) => string; export declare const shutdown_script = "#!/system/bin/sh\n\necho \"Releasing wake lock\"\necho androidzncaapiserver > /sys/power/wake_unlock\n\nexit 0\n";