export declare const getAlgorithmMetadata: (body: any) => {
    description: string;
    inputs: {};
};
export declare const parseScienceKeywords: (keywords: any) => string[];
export declare const delay: (ms: any) => Promise<unknown>;
