import { Injectable, Dependency } from './types';
export declare function injectableToString(injectable: Injectable): string;
export declare function markDependencies(deps: Dependency[], index: number): string[];
