import { LookupCallModel } from '../index';
export interface RestLookupCallModel<TKey> extends LookupCallModel<TKey> {
    resourceUrl?: string;
    maxTextLength?: number;
    /**
     * for predefined restrictions only (e.g. in JSON or subclasses), don't change this attribute! this instance is shared with all clones!
     */
    restriction?: Record<string, any>;
}
//# sourceMappingURL=RestLookupCallModel.d.ts.map