export declare const fetchCommandFromWAPM: ({ args, env }: { args: string[]; env?: { [key: string]: string; } | undefined; }) => Promise;