/** * @deprecated Use `sdk.fetch(url, init?)` instead. This plugin now delegates * to the fetch plugin and is kept only for backward compatibility. It is * hidden from the CLI/MCP registries. */ export declare const requestPlugin: (sdk: { fetch: (url: string | URL, init?: import("../fetch").ZapierFetchInitOptions) => Promise; context: { meta: { fetch: { description: string; packages: string[]; categories: string[]; returnType: string; inputParameters: ({ name: string; schema: import("zod").ZodUnion]>; } | { name: string; schema: import("zod").ZodOptional>; headers: import("zod").ZodOptional>; body: import("zod").ZodOptional, import("zod").ZodCustom, import("zod").ZodRecord]>>; connectionId: import("zod").ZodOptional>; connection: import("zod").ZodOptional>; authenticationId: import("zod").ZodOptional>; callbackUrl: import("zod").ZodOptional; maxTime: import("zod").ZodOptional; }, import("zod/v4/core").$strip>>; })[]; }; }; }; } & { context: import("../eventEmission").EventEmissionContext; } & { context: { meta: Record; }; }) => { request: (options?: { url: string; method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined; body?: any; connection?: string | number | undefined; connectionId?: string | number | undefined; authenticationId?: string | number | undefined; callbackUrl?: string | undefined; headers?: [string, string][] | Record | Headers | undefined; } | undefined) => Promise; } & { context: { meta: { request: import("../..").PluginMeta; }; }; }; export type RequestPluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map