export declare function MedusaContext(): (target: any, propertyKey: string | symbol, parameterIndex: number) => void;
export declare namespace MedusaContext {
    var getIndex: (target: any, propertyKey: string) => number | undefined;
}
export declare const MedusaContextType = "MedusaContext";
//# sourceMappingURL=context-parameter.d.ts.map