import { INodeProperties } from 'n8n-workflow'; export declare const name = "browserExecute"; export declare const displayName = "Execute browser code"; export declare const operationName = "browserExecute"; export declare const resourceName = "Browser"; declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[]; export { options, properties };