import { BusinessProfileProperty, IOmniaPropertyBag, BusinessProfileWithProperties } from "../../models";
export declare class BusinessProfilePropertyBagFactory {
    static create: (businessProfile: BusinessProfileWithProperties) => IOmniaPropertyBag<BusinessProfileProperty>;
}
export declare class BusinessProfilePathPropertyBagFactory {
    static create: (businessProfile: BusinessProfileWithProperties) => IOmniaPropertyBag<BusinessProfileProperty>;
}
