import { Entity, Constructable } from '../entity';
export declare class AllFields<EntityT extends Entity> {
    _fieldName: string;
    _entityConstructor: Constructable<EntityT>;
    readonly selectable: true;
    constructor(_fieldName: string, _entityConstructor: Constructable<EntityT>);
}
//# sourceMappingURL=all-fields.d.ts.map