/**
 * Handles the get_sample_code tool request
 */
export declare function handleGetSampleCode(framework?: string, beta?: 'include' | 'exclude' | 'only', searchQuery?: string, limit?: number): Promise<string>;
//# sourceMappingURL=get-sample-code.d.ts.map