export declare const persistenceManagerInjections: string[]; export declare const InjectPersistenceManager: (database?: string) => any; export declare const fileContentInjections: string[]; export declare const InjectFileContents: (dirNameOrPath: string, resource?: string) => any; export declare const cypherInjections: string[]; export declare const InjectCypher: (dirNameOrPath: string, resource?: string) => any; export declare const sqlInjections: string[]; export declare const InjectSql: (dirNameOrPath: string, resource?: string) => any;