export declare function stopDevelopmentSandboxResources(input: {
    readonly backendNames?: readonly string[];
    readonly devRunId: string;
    readonly log?: (message: string) => void;
}): Promise<void>;
