import { Plugin } from '@servicenow/sdk-build-core'; export declare const BusinessRulePlugin: Plugin; export declare const DEFAULT_SCRIPT = "(function executeRule(current, previous /*null when async*/) {\n\n\t// Add your code here\n\n})(current, previous);";