export declare function multiply(a: number, b: number): Promise; export declare function init(DeviceKey: string, colors: object, messages: object, apiUrl: string, logo: boolean): Promise; export declare function liveness(): any; export declare function photoMatch(): Promise; export declare function authenticate(externalReferenceId: string): Promise;