import * as pulumi from '@pulumi/pulumi';
export declare namespace PrometheusRemoteWriteExporter {
    type Config = {
        namespace: pulumi.Input<string>;
        endpoint: pulumi.Input<string>;
        auth?: {
            authenticator: pulumi.Input<string>;
        };
    };
}
//# sourceMappingURL=prometheus-remote-write-exporter.d.ts.map