import { credentials, resourceType, databasePath } from "../config";
export default class GcpFhirSearch {
    private Credentials;
    private DatabasePath;
    private healthcare;
    private parent;
    constructor(_Credentials?: typeof credentials, _DatabasePath?: typeof databasePath);
    searchFhirResourcesGet(resourceType: resourceType, args: {
        key: string;
        value: any;
    }[]): Promise<any>;
    search(resourceType: resourceType, parameters: string): Promise<any>;
}
//# sourceMappingURL=gcpSearch.d.ts.map