import { z } from 'zod';
export declare const interactionSchema: z.ZodObject<{
    drilldown: z.ZodOptional<z.ZodBoolean>;
}, "strip", z.ZodTypeAny, {
    drilldown?: boolean | undefined;
}, {
    drilldown?: boolean | undefined;
}>;
