export declare const discover: ({ type, allInfo, timer }: {
    type?: string;
    allInfo?: boolean;
    timer?: number;
}) => Promise<unknown>;
