import type { EndpointGroupMeta } from "../../../types";
/**
 * Endpoint group metadata for cache flush date fares endpoints
 */
export declare const cacheFlushDateFaresGroup: EndpointGroupMeta;
export declare const cacheFlushDateFaresMeta: {
    functionName: string;
    endpoint: string;
    inputSchema: import("zod").ZodObject<{}, import("zod/v4/core").$strip>;
    outputSchema: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<Date, string>>>;
    sampleParams: {};
    endpointDescription: string;
};
export declare const cacheFlushDateFaresEndpoints: {
    readonly cacheFlushDate: {
        functionName: string;
        endpoint: string;
        inputSchema: import("zod").ZodObject<{}, import("zod/v4/core").$strip>;
        outputSchema: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<Date, string>>>;
        sampleParams: {};
        endpointDescription: string;
    };
};
//# sourceMappingURL=cacheFlushDate.endpoints.d.ts.map