import type { IndexOptions } from "../types/index-options";
export declare const Index: <IndexExtraMetadata = any>(nameOrOptions?: string | IndexOptions<IndexExtraMetadata> | undefined) => (entityPrototype: any, propertyName: string) => void;
