import { STypes } from '../../types'; export declare const renderRules: ($allow: STypes.AllowOptions, schema: STypes.CollectionSchema | null, pIndent: number) => string | null;