import GraphQLError from './graphql-error.ts'; import PaginationError from './pagination-error.ts'; import TemplateRenderError from './template-render-error.ts'; export declare const isSSGError: (error: Error) => boolean; export { PaginationError, GraphQLError, TemplateRenderError };