export declare const addCursorAndFiltersToAppLogsUrl: (baseUrl: string, cursor?: string, filters?: { status?: string; source?: string; }) => string;