import { ConstraintType, EntityType } from "./CONSTRAINT_CREATE";
export declare function transformArguments(key: string, constraintType: ConstraintType, entityType: EntityType, label: string, ...properties: string[]): Array<string>;
export declare function transformReply(): 'OK';