import { Attributes } from "@dynatrace/opentelemetry-core";
export declare const cFunctionName: string;
declare class GcfResourceDetector {
    private readonly _logger;
    detect(): Promise<Attributes>;
    private _addAttribute;
    private _addFaasId;
    private _getProjectId;
    private _getRegion;
}
export declare const gcfDetector: GcfResourceDetector;
export {};
//# sourceMappingURL=Resources.d.ts.map