export declare function pre(val: string | null | undefined): string;
export declare function thead(cols: string[]): string;
