import { PostelRowConstructor } from '../types';
import PostelRow from './Syntax/PostelRow';
declare class Lang {
    static EOL: string;
    static newLine: (jumpLineCount: number) => string;
    static PostelRow: (opt: PostelRowConstructor) => PostelRow;
}
export default Lang;
