export declare function execQuietly(command: string, options: Record<string, unknown>, errorMessage?: string): Promise<void>;
