export declare const parse = "parse"; export declare const migrate = "migrate"; export declare const transform = "transform"; export declare const analyze = "analyze"; export declare const translate = "translate"; type Self = typeof import("./compile-stage"); export type Value = Self[keyof Self]; export {};