import { Server } from '@atproto/xrpc-server'; import { AppContext } from '../../../../context.js'; export default function (server: Server, ctx: AppContext): void; /** * Applies a configurable delay to the datetime string of a cursor, * effectively allowing for a delay on listing the notifications. * This is useful to allow time for services to process notifications * before they are listed to the user. */ export declare const delayCursor: (cursorStr: string | undefined, delayMs: number) => string; //# sourceMappingURL=listNotifications.d.ts.map