import { TestContextEntity } from "@sakuli/core"; import { Maybe } from "@sakuli/commons"; export declare const UNKNOWN_SUITE = "UNKNOWN_SUITE"; export declare const UNKNOWN_CASE = "UNKNOWN_CASE"; export declare const UNKNOWN_STEP = "UNKNOWN_STEP"; export declare const UNKNOWN_ACTION = "UNKNOWN_ACTION"; export declare const UNKNOWN_ENTITY = "UNKNOWN_ENTITY"; export declare const getEntityId: (entity: Maybe) => string; //# sourceMappingURL=get-entity-id.function.d.ts.map