export declare class GemberError extends Error { } export declare class GemberBugError extends GemberError { constructor(message?: string, options?: ErrorOptions); } export declare function logGemberErrors(func: () => Promise): Promise;