/** * * @param {...(string | null | undefined)} texts */ export declare function p(...texts: (string | null | undefined)[]): string; /** * * @param {...(string | null | undefined)} texts */ export declare function br(...texts: (string | null | undefined)[]): string;