export declare function defaultLog(data: string): string; export declare function getMostRecentLogs(): string; export declare function getLogById(id: string): string;