export declare const getDisposePropertyName: () => "_dispose";
export declare const getCallbackName: () => "_callback";
export declare const getPreactEffectClass: () => new (fn: () => void) => {
    /**
     * These methods don't actually exist, but we pretend they do
     * so that the users of this file think we are sane
     */
    _dispose(): void;
    _callback(): void;
};
