export declare function registerXMintContent(slug: string, content?: string): void;
export declare function getXMintContent(slug: string): string | undefined;
export declare function getAllXMintContent(): Map<string, string>;
