export declare enum LoaderId {
    MODULE = "module",
    JSON = "json",
    CONF = "conf",
    YAML = "yaml"
}
