import { TinyType } from 'tiny-types';
export declare class CorrelationId extends TinyType {
    readonly value: string;
    static fromJSON(v: string): CorrelationId;
    static create(): CorrelationId;
    constructor(value: string);
}
//# sourceMappingURL=CorrelationId.d.ts.map