export declare class GastrofyService {
    _GFHttp: any;
    constructor(config?: any);
    getRecipeMeta(ids: string): any;
}
