import { CoreGraphQLSchemaFactory } from "@webiny/handler-graphql/graphql/abstractions.core.js"; declare class GetEntryResolver implements CoreGraphQLSchemaFactory.Interface { execute(builder: CoreGraphQLSchemaFactory.SchemaBuilder): CoreGraphQLSchemaFactory.Return; } export declare const GetEntryResolverImpl: typeof GetEntryResolver & { __abstraction: import("@webiny/di").Abstraction; }; export {};