import type { Source } from "./types.js"; export type { Source } from "./types.js"; export declare function source(alias: string): Source;