import { RequestOptions } from "../../types/request.js"; import { RestCommand } from "../types.js"; //#region src/rest/helpers/custom-endpoint.d.ts declare function customEndpoint(options: RequestOptions): RestCommand; //#endregion export { customEndpoint }; //# sourceMappingURL=custom-endpoint.d.ts.map