/** Executes code through a nonce-aware script without using `eval` or `new Function`. */ export declare function asyncExecuteCode(code: string, nonce?: string): Promise;