import type { CodeSampleContext, CodeSampleDefinition } from './code-sample.js';
export declare const createPythonRequest: ({ request }: CodeSampleDefinition, _context: CodeSampleContext) => string;
export declare const createPythonResponse: ({ response, title }: CodeSampleDefinition, context: CodeSampleContext) => string;
