import type { TOptionalPromsterOptions } from '@promster/types';
type TSkipMetricsInEnvironmentOptions = {
    detectKubernetes?: TOptionalPromsterOptions['detectKubernetes'];
};
declare const skipMetricsInEnvironment: (options: TSkipMetricsInEnvironmentOptions) => boolean;
export { skipMetricsInEnvironment };
