import type { SessionSecretContext } from "./SessionSecretContext.js"; export declare function createSecretInstructions(context: SessionSecretContext): string | undefined;