export type { BorderResult, BorderFunction } from "./types.js"; export { macosBorder } from "./macos.js"; import type { BorderFunction } from "./types.js"; export declare function getBorder(style: string): BorderFunction; //# sourceMappingURL=index.d.ts.map