export * from "prettier-plugin-astro";
export interface AstroOptions {
    astroAllowShorthand?: boolean;
    astroSkipFrontmatter?: boolean;
}
