@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
11 lines (10 loc) • 319 B
TypeScript
import type { chococake } from './really_any';
/**
* Just says that the dependency is imported, not used but should be kept
*
* @param dependenciesToKeep any values
* @returns void
*
* @private within the repository
*/
export declare function keepImported(...dependenciesToKeep: ReadonlyArray<chococake>): void;