export namespace ArcjetJsReqLogger { export function debug(msg: string): void; export function error(msg: string): void; }