export interface I_RegisterPassPayload {
    customerId: string;
    brandId: string;
    passTypeIdentifier?: string;
    deviceLibraryIdentifier?: string;
    serialNumber?: string;
}
//# sourceMappingURL=index.d.ts.map