import { ResourceTransformer } from './types'; /** * A default implementation of the {@link ResourceTransformer}. * * @param node - The found PuppetDB node entry in its source format. This is the entry that you want to transform. * @param _config - The configuration for the entity provider. * * @returns A `ResourceEntity`. * * @public */ export declare const defaultResourceTransformer: ResourceTransformer;