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