export declare const EOL = "\r\n";
export declare const HORIZONTAL_TAB: string;
export declare const SPACE = " ";
export declare const FOLD_CONTINUATION_CHAR = " ";
export declare const FOLD_CONTINUATION_CHARS: string[];
export declare const MAX_OCTETS_PER_LINE = 75;
export declare const SEPARATOR = ";";
//# sourceMappingURL=index.d.ts.map