import type { Client } from '../Client'; import type { WebStatusExport, ZabHost } from '../types/Weby'; export declare class Weby { private readonly client; constructor(client: Client); getOne(id: string): Promise; getAll(): Promise; } //# sourceMappingURL=Weby.d.ts.map