import type { Applog, DatalogQueryPattern } from '../applog/datom-types.ts'; import type { Thread } from '../thread/basic.ts'; export declare const createDebugName: ({ caller, thread, pattern, args }: { caller?: string; thread?: Thread | Applog[]; pattern?: DatalogQueryPattern | DatalogQueryPattern[] | string; args?: any; }) => string; export declare const createDebugNameObj: (args: Parameters[0]) => { readonly name: string; }; export declare function prettifyThreadName(input: string): string; //# sourceMappingURL=debug-name.d.ts.map