/** * Annotation for specifying the certificate name of a node in PuppetDB. * * @public */ export declare const ANNOTATION_PUPPET_CERTNAME = "puppet.com/certname"; /** * Path of PuppetDB FactSets endpoint. */ export declare const ENDPOINT_FACTSETS = "pdb/query/v4/factsets"; /** * Path of PuppetDB Nodes endpoint. */ export declare const ENDPOINT_NODES = "pdb/query/v4/nodes"; /** * Default owner for entities created by the PuppetDB provider. * * @public */ export declare const DEFAULT_ENTITY_OWNER = "unknown";