import type { variables } from '../variables';
export declare function processScript(script: string, _variables: typeof variables, inline: boolean, async: true, ctx?: any): Promise<any>;
export declare function processScript(script: string, _variables: typeof variables, inline: boolean, async: false, ctx?: any): any;
