#! /usr/bin/env node
declare function runScript(): Promise<{
    exitCode: number;
}>;

export { runScript };
