import { IContext } from "../Context";
/**
 * Extract the `image` from a children dictionary.
 *
 * /!\ This function only deal with one line context /!\
 * @param children
 */
export declare const getImageFromChildren: (children: IContext) => string;
//# sourceMappingURL=getImageFromChildren.d.ts.map