import { AdviceStatus } from './types';
export declare function fetchAllAdvice(environment: string, query?: string): Promise<AdviceStatus[]>;
