import { SectionKey, ValueKey } from "./repr";
export declare const normalChar: import("parjs").Parjser<string>;
export declare const pNameValue: import("parjs").Parjser<string>;
export declare function parseSectionKey(key: string): SectionKey;
export declare function checkValue(value: string): string;
export declare function parseInnerKey(key: string): ValueKey;
export declare function parseOuterKey(key: string): ValueKey | SectionKey;
//# sourceMappingURL=parse-key.d.ts.map