/** * constants shared across the whole service but not tied to a specific domain object go in this file */ export declare type LogMethod = (message: string, metadata: any) => void;