export { RestArgs } from "./rest"; export type Rest = import("./rest").Rest; export declare const Rest: typeof import("./rest").Rest;