export declare namespace testutil {
    function strip_comments(s: string): string;
    function find_data_path(name: string): string;
}
