export declare function createVisiblePropResolver(): {
    resolve: (schema: Record<string, any>) => any;
};
