import { C11nEnv } from '../interpreter/c11n-env'; export declare const resolveProperties: (match: string) => any; export declare const resolveParagraphContent: (paragraphContent: string, c11nEnv: C11nEnv) => string | null;