export * from './CandyMachine';
import { CandyMachine } from './CandyMachine';
export declare const accountProviders: {
    CandyMachine: typeof CandyMachine;
};
