import { Action } from "@rarible/action"; export declare function getNotImplementedFn(message?: string): () => never; export declare function getNonImplementedAction(msg?: string): Action; export declare const notImplemented: () => never; export declare const nonImplementedAction: Action;