import * as z from "zod/v3"; export type PostApiIndexV1DebugDatasourceStatusRequest = { /** * The datasource to get debug status for. */ datasource: string; }; /** @internal */ export type PostApiIndexV1DebugDatasourceStatusRequest$Outbound = { datasource: string; }; /** @internal */ export declare const PostApiIndexV1DebugDatasourceStatusRequest$outboundSchema: z.ZodType; export declare function postApiIndexV1DebugDatasourceStatusRequestToJSON(postApiIndexV1DebugDatasourceStatusRequest: PostApiIndexV1DebugDatasourceStatusRequest): string; //# sourceMappingURL=postapiindexv1debugdatasourcestatus.d.ts.map