export declare const CONTINUE = "continue";
export declare const STOP = "stop";
export declare const RE_EXPORT_KIND: {
    readonly ALIAS: 'alias';
    readonly NAMESPACE: 'namespace';
    readonly PASSTHROUGH: 'passthrough';
    readonly SELF: 'self';
    readonly STAR: 'star';
};
