/** * Defines the implementation contract for the profile factory. * * @export * @interface IProfileFactory */ export interface IProfileFactory { }