/** * A function that takes a string input and returns the normalized string. * @param text * @returns {string} */ export declare const getCodeBlock: (text: string) => string | null;