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