export interface PiMemoryConfig { apiUrl: string; } export declare function getConfig(): PiMemoryConfig; //# sourceMappingURL=config.d.ts.map