import type { MunaClient } from "../client"; import type { LocalPredictionLike } from "./local-platform"; export declare function createLocalPredictionService(client: MunaClient): LocalPredictionLike;