import { Context } from '../core'; export declare function getArgs(ctx: any, variables: string[], args: string[] | undefined): { [id: string]: any; }; export declare function mapArgs(ctx: Context, taskDefArgs: any, blocks: any, values: any): { [id: string]: any; };