export declare const KLAW_DOCS_URL = "https://klaw.kodelyth.com"; export declare const KLAW_SOURCE_URL = "https://github.com/klaw/klaw"; type ResolveKlawReferencePathParams = { workspaceDir?: string; argv1?: string; cwd?: string; moduleUrl?: string; }; export declare function resolveKlawDocsPath(params: { workspaceDir?: string; argv1?: string; cwd?: string; moduleUrl?: string; }): Promise; export declare function resolveKlawSourcePath(params: ResolveKlawReferencePathParams): Promise; export declare function resolveKlawReferencePaths(params: ResolveKlawReferencePathParams): Promise<{ docsPath: string | null; sourcePath: string | null; }>; export {};