import { Rule } from '@spwashi/language/parsers/grammar'; import { Combinator } from '@spwashi/language/parsers/grammar/combinators/abstract'; export declare function createContainerBodyRules(ruleName: string): Rule[]; export declare function createContainerPattern(ruleName: string): Combinator;