export declare const getMdLink: (child: any, token: any, j: any) => string; export declare const getMdForChild: (child: any) => string; export declare const tableMarkdownJoin: (tableMd: any, align?: string) => string;