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