import * as raw from "./raw"; export declare class RuleSpec { from: string; to: string; constructor(src: raw.RuleSpec); }