import 'reflect-metadata';
export declare function MemoryPin(id: string, options?: {
    ttl?: string;
    links?: string[];
    description?: string;
    priority?: number;
}): MethodDecorator & ClassDecorator;
export declare function getMemoryPinMetadata(target: any, propertyKey?: string | symbol): any;
