export declare function sentence(array: string[]): string;
export declare function href(href?: string, text?: string): string | null;
export declare const compliment: () => string;
