UNPKG

@promptbook/remote-client

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

7 lines (6 loc) 253 B
/** * Lists the default VS Code settings initialized by `ptbk coder init`. * * @private internal utility of `coder init` command */ export declare function getDefaultCoderVscodeSettings(): Readonly<Record<string, Readonly<Record<string, string>>>>;