import { GiftCardAccountResponse } from '../models'; export declare function transformGiftCardAccount(data: any): GiftCardAccountResponse | null;