/** * vskill credentials set -- prompt for value and store in .env.local */ export declare function runCredentialsSet(skillDir: string, key: string): Promise; /** * vskill credentials list -- show all credentials referenced by integration tests */ export declare function runCredentialsList(skillDir: string): Promise; /** * vskill credentials check -- resolve each credential and report source */ export declare function runCredentialsCheck(skillDir: string): Promise;