import { IAlphaUser } from "./alpha-oas-abstractions";
export declare class AlphaUserFactory {
    static factorFromDso(dso: any): IAlphaUser;
}
