import { Detector, Resource, ResourceDetectionConfig } from "@opentelemetry/resources";
export declare const cFunctionName: string;
declare class GcfResourceDetector implements Detector {
    private readonly _logger;
    detect(_config?: ResourceDetectionConfig): Promise<Resource>;
    private _addAttribute;
    private _addFaasId;
    private _getProjectId;
    private _getRegion;
}
export declare const gcfDetector: GcfResourceDetector;
export {};
//# sourceMappingURL=Resources.d.ts.map