import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class Environment extends Base {
    static $t: Type;
    static get newLine(): string;
    static get b(): string;
}
