/**
 * Executes a series of Impact Framework commands based on the provided manifest file.
 */
export declare const executeCommands: (manifest: string) => Promise<void>;
