import { TWithCreateService } from './Models'; import { TExtractDeps, TExtractEntity, TExtractParams } from './Utils'; export declare function withCreateServiceMixin any; }, O extends Record | undefined = undefined>(factory: F, dependencies: TExtractDeps): TWithCreateService, TExtractParams, O>;