import { BundleType } from './gitlab.interfaces';
export declare const InjectGitlabInstance: (instance?: string) => (target: object, key: string | symbol, index?: number | undefined) => void;
export declare const InjectBundleRef: (bundle: BundleType, instance?: string) => (target: object, key: string | symbol, index?: number | undefined) => void;
