import { CallerType } from "./types";
export declare const HEADERS: {
    X_CALLER_ID: string;
    X_CALLER_TYPE: string;
    X_ACTOR_ID: string;
    X_ACTOR_TYPE: string;
};
export declare const CallerTypes: Record<CallerType, CallerType>;
export declare const PERSISTED_SNAPSHOT_KEY = "persistedSnapshot";
//# sourceMappingURL=constants.d.ts.map