/**
 * Writes the wiki documentation to the specified output path.
 * Returns true if the file was updated, false if it was unchanged.
 */
export declare function writeWikiTo(text: string, output_path: string, check_change?: boolean): boolean;
