import { SelectionWithAddressMixin } from './internal';
import { SelectionRecord } from './base';
import { SelectionWithNoteMixin } from './mixin';
declare const SelectionRepositoryRecord_base: typeof SelectionRecord & import("../meta").AnyConstructor<SelectionWithNoteMixin> & import("../meta").AnyConstructor<SelectionWithAddressMixin>;
export declare class SelectionRepositoryRecord extends SelectionRepositoryRecord_base {
    getName(): import("./SelectionAny").SelectionAny;
}
export {};
