import type { z } from '@winner-fed/utils/compiled/zod';
export declare function getSchemas(): Record<string, (arg: {
    zod: typeof z;
}) => any>;
