export function exec(command: string): () => Promise; export function wrapExec(command: string): () => () => Promise;