/**
 * @deprecated Since v1.27.0. This will not be replaced. Use the generic `SelectableT` parameter of Fields instead.
 * Interface denoting a selectable [[EdmTypeField]].
 */
export interface SelectableEdmTypeField {
    /**
     * This property denotes that this is a selectable field.
     */
    selectable: true;
}
//# sourceMappingURL=selectable.d.ts.map