declare const _default: {
    example: () => void;
    test: () => void;
    poker: () => {
        [k: string]: () => void;
    };
};
export default _default;
