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