/**
 * Simple Browser Entry Point for Testing Vite Build
 *
 * This is a minimal entry point to test if Vite can bundle
 * the remark dependencies properly.
 */
/**
 * Process Legal Markdown content
 */
export declare function processLegalMarkdown(content: string, options?: any): Promise<any>;
declare const _default: {
    processLegalMarkdown: typeof processLegalMarkdown;
    version: string;
};
export default _default;
//# sourceMappingURL=browser-simple.d.ts.map