import { IdForLog, IdForLogObj } from '../common-types'; export declare function idToIdForLogObj(id: IdForLog): IdForLogObj;