export declare function wrapBackTicks(text: string): string;
export declare function wrapCodeBlock(code: string, language?: string): string;
