import { PowerAuthAuthentication } from '../index'; /** * Method will process `PowerAuthAuthentication` object are will return object according to the platform. * The method should be used only for the signing purposes. * @param instanceId PowerAuth instnace identifier. * @param authentication Authentication configuration * @param makeReusable if the object should be forced to be reusable * @returns configured authorization object */ export declare function resolveAuthentication(instanceId: string, authentication: PowerAuthAuthentication, makeReusable?: boolean): Promise;