export declare class APIBuilder { static readonly className = "APIBuilder"; private _path; private _route; private _query; private _params; constructor(...route: string[]); params(args: Record): this; query(args: Record): this; private _buildPath; get path(): string; } //# sourceMappingURL=APIBuilder.d.ts.map