/// <reference types="@rbxts/compiler-types" />
/// <reference types="@rbxts/types" />
import ZrScript from "@rbxts/zirconium/out/Runtime/Script";
interface stdio {
    stdout: Array<string>;
    stdin: Array<string>;
}
export interface ExecutionParams extends stdio {
    pipedOutput: boolean;
}
export declare namespace ZirconDispatchService {
    function ExecuteScript(player: Player, text: string): Promise<ZrScript>;
}
export declare type ZirconDispatchService = typeof ZirconDispatchService;
export {};
