import { CapsEnvironment } from "../types"; type CustomTuple = [string, string][]; export declare const customFetch: (environment: CapsEnvironment, url: string, method: "POST" | "GET", body?: any, queryparams?: CustomTuple, headers?: CustomTuple) => Promise; export declare function getRedirectUrl(environment: CapsEnvironment): string; export {};