import { ServiceParameter } from '../../../Models';
export interface IPay {
    issuer?: string;
}
export declare class Pay extends ServiceParameter {
    set issuer(value: string);
}
