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