import { z } from 'zod';
export declare const ActionInputsSchema: z.ZodObject<{
    mainBranch: z.ZodString;
    token: z.ZodString;
}, "strip", z.ZodTypeAny, {
    mainBranch: string;
    token: string;
}, {
    mainBranch: string;
    token: string;
}>;
