import SEPA from './sepa'; import bench from './querybench'; declare const _default: { SEPA: typeof SEPA; client: SEPA & { secure: typeof SEPA; }; Jsap: new (attr: T) => { namespaces: Record; extended: Record; updates: Record; queries: Record; "__#1@#api": SEPA; "__#1@#bench": bench; query(key: string, bindings: import("./querybench").Bindings): Promise; subscribe(key: string, bindings: import("./querybench").Bindings): import("./subscription").default; update(key: string, bindings: import("./querybench").Bindings): Promise<{ status: number; statusText: string; }>; producer(key: string): (binds: any) => void; consumer(key: string): (binds: any) => void; readonly Producers: {}; readonly Consumers: {}; } & Record Promise<{ status: number; statusText: string; }>> & Record; bench: typeof bench; }; export = _default;