export interface InkstoneConfig { baseUrl?: string; baseShareUrl?: string; authToken?: string; } export declare const inkstoneConfig: InkstoneConfig;