export declare function fail(reason?: string): void;
export declare function debugLog(...message: any[]): void;
