/** Maruku ("github")-style table processing */
export declare function replaceTables(s: string): string;
