import type { Credentials } from './Credentials'; /** * Credentials object array associated with an app */ export declare type CredentialsArray = Array;