declare const extractCodefence: (text: string) => string | undefined;

export { extractCodefence };
