import { Matterbridge } from '../matterbridge.js';
declare const _default: {
    /**
     * Spawns a child process with the given command and arguments.
     * @param {string} command - The command to execute.
     * @param {string[]} args - The arguments to pass to the command (default: []).
     * @returns {Promise<boolean>} A promise that resolves when the child process exits successfully, or rejects if there is an error.
     */
    spawnCommand(matterbridge: Matterbridge, command: string, args: string[]): Promise<boolean>;
};
export default _default;
//# sourceMappingURL=spawn.d.ts.map