import { Rule } from '@spwashi/language/parsers/grammar'; import { RuleReferenceCombinator } from '@spwashi/language/parsers/grammar/combinators'; import { ISpwItemStatic } from "../../../../../../constructs/ast/abstract/item"; import { IUnaryTokenStatic } from "../../../../../../constructs/ast/nodes/impl/atoms/operators/labeled/abstract/interfaces/unary"; export declare function getLabeledAtomReference(SpwNode: ISpwItemStatic & IUnaryTokenStatic & { name: string; }): RuleReferenceCombinator; export declare function getLabeledAtomRule(SpwNode: ISpwItemStatic & IUnaryTokenStatic & { name: string; }): Rule;