import { PosSystem } from ".."; export declare class AuthenticationCredential { id: number; type: string; name: string; variables: string; status: number; authenticationCredentials: PosSystem[]; }