import { Collection } from 'postman-collection';
import { SupportingItem } from '../../utils';
import BaseGenerator from './base-gen';
export default class PhpGenerator extends BaseGenerator {
    constructor();
    private composerStub;
    private tmplComposer;
    getSupportingItems(collection: Collection): Array<SupportingItem>;
}
