import { TestContextEntity, TestContextEntityKind } from "@sakuli/core"; export declare const createEntity: (kind: TestContextEntityKind, data: Partial, children?: TestContextEntity[]) => TestContextEntity; //# sourceMappingURL=create-render-mock.function.d.ts.map