import type { TypeGuardFn } from "guardz";
/**
 * Utility function to create a typed safe POST function
 */
export declare function createTypedSafePost<T>(guard: TypeGuardFn<T>): (url: string, data?: any, axiosConfig?: import("axios").AxiosRequestConfig) => Promise<import("..").SafeRequestResult<T>>;
//# sourceMappingURL=createTypedSafePost.d.ts.map