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