import type { TypeDescription } from "../../types/types"; import type { WriterContext } from "../Writer"; import type { ItemOrigin } from "../../imports/source"; export declare function writeAccessors(type: TypeDescription, origin: ItemOrigin, ctx: WriterContext): void;