export interface BrokerPathOptions { userDataDir?: string; } export interface BrokerPaths { discoveryFile: string; deliveryCursorFile: string; discoveryDir: string; logDir: string; buffersDir: string; } export declare function resolveBrokerPaths(principal: string, runtimeToken: string, opts?: BrokerPathOptions): BrokerPaths; export declare function deliveryCursorFileForRuntimeSession(paths: Pick, runtimeSessionId: string | undefined): string; //# sourceMappingURL=paths.d.ts.map