import { Poke, Serial } from "../lib"; import { InviteUpdate, InviteUpdateAccept, InviteUpdateDecline } from "./types"; export declare const inviteAction: (data: T) => Poke; export declare const accept: (app: string, uid: Serial) => Poke; export declare const decline: (app: string, uid: Serial) => Poke;