import { APIDefaults } from ".";
import type { Get, Post } from "./basic";
export declare const channel: (get: Get, post: Post, __: APIDefaults) => {
    replay: (id: string) => Promise<any>;
};
