import { InitialSchema } from "../internal/types"; declare const fromAtJson: (data: InitialSchema) => string; export default fromAtJson;