/**
 * This object will contain all loaded markdown files
 * too avoid loading them twice and send a warinnig if we do.
 */
declare const _default: Record<string, string>;
export default _default;
