export declare const RELATIVE_CONTRACTS = "/contracts"; export declare const RELATIVE_INITIALIZED: string; export declare const RELATIVE_TERMINATED: string; export declare const RELATIVE_EMBEDDED: string; export declare const RELATIVE_CHECKPOINT: string; export declare function relativeContractsEntry(key: string): string; export declare function relativeCheckpointLastEvent(markerKey: string, channelKey: string): string; export declare function relativeCheckpointLastSignature(markerKey: string, channelKey: string): string; export declare const ProcessorPointerConstants: { readonly RELATIVE_CONTRACTS: "/contracts"; readonly RELATIVE_INITIALIZED: string; readonly RELATIVE_TERMINATED: string; readonly RELATIVE_EMBEDDED: string; readonly RELATIVE_CHECKPOINT: string; readonly LAST_EVENTS_SUFFIX: "/lastEvents"; readonly LAST_SIGNATURES_SUFFIX: "/lastSignatures"; readonly relativeContractsEntry: typeof relativeContractsEntry; readonly relativeCheckpointLastEvent: typeof relativeCheckpointLastEvent; readonly relativeCheckpointLastSignature: typeof relativeCheckpointLastSignature; }; //# sourceMappingURL=processor-pointer-constants.d.ts.map