import { Entity } from '../../../../domain'; export declare const defineFindOrCreateStaticEntityLogic: ({ entity, }: { entity: Entity; }) => string;